SG Window | Window Object |
PostMessage Method |
Properties Methods Events Constants Error Codes |
Posts a message to the attached window.
object.PostMessage(msg As WinMsg, wParam As Long, lParam As Long)
Part | Description |
object | The object is expression that evaluates to Window object |
msg | Required. Message code. |
wParam | Required. Message specific data. |
lParam | Required. Message specific data. |
The PostMessage function places (posts) a message in the message queue associated with the thread that created the specified window and then returns without waiting for the thread to process the message.